module Base
{
	
	item Boxers_RedStripes
	{
		DisplayName = Boxers,
		DisplayCategory = Clothing,
		Type = Clothing,
		Weight = 0.2,
		IconsForTexture = BoxersStriped;BoxersStripedBlack;BoxersStripedBlue;BoxersStripedGreen;BoxersStripedGrey;BoxersStripedLightBlue;BoxersStripedOrange;BoxersStripedPink;BoxersStripedPurple;BoxersStripedYellow,
		BodyLocation = UnderwearBottom,
		CanHaveHoles = FALSE,
		ClothingItem = Underwear_Boxers_RedStripes,
		WorldStaticModel = BoxersRedStripes_Ground,
		FabricType = Cotton,
	}

item Bra_Strapless_RedSpots
	{
		DisplayName = Bra - Strapless,
		DisplayCategory = Clothing,
		Type = Clothing,
		Weight = 0.2,
		IconsForTexture = BraStraplessSpotted;BraStraplessSpottedBlue;BraStraplessSpottedGreen;BraStraplessSpottedLightBlue;BraStraplessSpottedOrange;BraStraplessSpottedPink;BraStraplessSpottedPurple;BraStraplessSpottedYellow,
		BodyLocation = UnderwearTop,
		CanHaveHoles = FALSE,
		ClothingItem = Underwear_Bra_Strapless_RedSpots,
		WorldStaticModel = BraStraplessRedSpots_Ground,
		Tags = IsFireFuel;IsFireTinder,
	}

item Underpants_RedSpots
	{
		DisplayName = Underpants,
		DisplayCategory = Clothing,
		Type = Clothing,
		Weight = 0.2,
		IconsForTexture = PantiesSpotted;PantiesSpottedBlue;PantiesSpottedGreen;PantiesSpottedLightBlue;PantiesSpottedOrange;PantiesSpottedPink;PantiesSpottedPurple;PantiesSpottedYellow,
		BodyLocation = UnderwearBottom,
		CanHaveHoles = FALSE,
		ClothingItem = Underwear_Underpants_RedSpots,
		WorldStaticModel = UnderpantsRedSpots_Ground,
		FabricType = Cotton,
	}

item Boxers_Silk_Red
	{
		DisplayName = Boxers,
		DisplayCategory = Clothing,
		Type = Clothing,
		Weight = 0.2,
		IconsForTexture = BoxersRedsilky;BoxersSilkBlue;BoxersSilkGreen;BoxersSilkLightBlue;BoxersSilkOrange;BoxersSilkPink;BoxersSilkPurple;BoxersSilkWhite;BoxersSilkYellow,
		BodyLocation = UnderwearBottom,
		CanHaveHoles = FALSE,
		ClothingItem = Underwear_Boxers_Silk_Red,
		WorldStaticModel = Boxers_Silk_Red,
		FabricType = Cotton,
	}

item Bra_Straps_FrillyPink
	{
		DisplayName = Bra,
		DisplayCategory = Clothing,
		Type = Clothing,
		Weight = 0.2,
		IconsForTexture = BraPinklacy;BraBlueLacy;BraGreenLacy;BraPurpleLacy;BraYellowLacy,
		BodyLocation = UnderwearTop,
		CanHaveHoles = FALSE,
		ClothingItem = Underwear_FrillyBra_Straps_Pink,
		WorldStaticModel = Bra_FrillyPink_Ground,
		Tags = IsFireFuel;IsFireTinder;IgnoreZombieDensity,
	}
	
	item Bra_Strapless_FrillyPink
	{
		DisplayName = Bra - Strapless,
		DisplayCategory = Clothing,
		Type = Clothing,
		Weight = 0.2,
		IconsForTexture = BraPinkLacyStrapless;BraBlueLacyStrapless;BraGreenLacyStrapless;BraPurpleLacyStrapless;BraYellowLacyStrapless,
		BodyLocation = UnderwearTop,
		CanHaveHoles = FALSE,
		ClothingItem = Underwear_FrillyBra_Strapless_Pink,
		WorldStaticModel = BraStraplessFrillyPink_Ground,
		Tags = IsFireFuel;IsFireTinder;IgnoreZombieDensity,
	}

item FrillyUnderpants_Pink
	{
		DisplayName = Underpants,
		DisplayCategory = Clothing,
		Type = Clothing,
		Weight = 0.2,
		IconsForTexture = PantiesPinklacy;PantiesBlueLacy;PantiesGreenLacy;PantiesPurpleLacy;PantiesYellowLacy,
		BodyLocation = UnderwearBottom,
		CanHaveHoles = FALSE,
		ClothingItem = Underwear_FrillyUnderpants_Pink,
		WorldStaticModel = Underpants_Frilly_Pink_Ground,
		FabricType = Cotton,
		Tags = IgnoreZombieDensity,
	}


	
}